object RegistrForm: TRegistrForm Left = 312 Top = 300 ActiveControl = edName BorderStyle = bsDialog Caption = 'Registration' ClientHeight = 313 ClientWidth = 432 Color = clBtnFace Constraints.MinHeight = 272 Constraints.MinWidth = 440 ParentFont = True KeyPreview = True OldCreateOrder = False Position = poMainFormCenter Scaled = False OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow DesignSize = ( 432 313) PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 269 Width = 432 Height = 3 Align = alBottom Shape = bsBottomLine end object lbName: TElLabel Left = 14 Top = 49 Width = 51 Height = 13 Caption = 'User name' FocusControl = edName end object lbRegKey: TElLabel Left = 14 Top = 93 Width = 76 Height = 13 Caption = 'Registration key' FocusControl = edReg end object lbEnter: TLabel Left = 14 Top = 9 Width = 403 Height = 36 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Enter below user name and registration key which you recieved in' + ' registration letter' FocusControl = edName WordWrap = True end object lbUseBuffer: TLabel Left = 12 Top = 200 Width = 405 Height = 60 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Please use a combination of keys Ctrl+C (or Ctrl+Ins) to copy a ' + 'key from the reg letter to the clipboard and Ctrl+V (or Shift+In' + 's) to insert it into code field.' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False WordWrap = True end object lbActive: TElLabel Left = 14 Top = 144 Width = 67 Height = 13 Caption = 'Activation key' FocusControl = edActiveKey end object Panel1: TPanel Left = 0 Top = 272 Width = 432 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 3 DesignSize = ( 432 41) object btOk: TElPopupButton Left = 194 Top = 8 Width = 113 Height = 25 DrawDefaultFrame = False Caption = 'OK' TabOrder = 0 OnClick = btOkClick Anchors = [akRight, akBottom] end object btCancel: TElPopupButton Left = 314 Top = 8 Width = 113 Height = 25 DrawDefaultFrame = False ModalResult = 2 Caption = 'Cancel' TabOrder = 1 Anchors = [akRight, akBottom] end object btHelp: TElPopupButton Left = 4 Top = 8 Width = 137 Height = 25 DrawDefaultFrame = False Caption = 'Buy Now' TabOrder = 2 Font.Charset = DEFAULT_CHARSET Font.Color = clHotLight Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnClick = btHelpClick Anchors = [akLeft, akBottom] end end object edName: TElEdit Left = 12 Top = 65 Width = 405 Height = 21 Hint = 'Name' Flat = True LineBorderActiveColor = clBlack LineBorderInactiveColor = clBlack Anchors = [akLeft, akTop, akRight] TabOrder = 0 end object edReg: TElEdit Left = 12 Top = 111 Width = 405 Height = 21 Hint = 'Name' Flat = True LineBorderActiveColor = clBlack LineBorderInactiveColor = clBlack Anchors = [akLeft, akTop, akRight] TabOrder = 1 end object edActiveKey: TElEdit Left = 12 Top = 167 Width = 405 Height = 21 Hint = 'Name' Flat = True LineBorderActiveColor = clBlack LineBorderInactiveColor = clBlack Anchors = [akLeft, akTop, akRight] TabOrder = 2 end object btRequest: TElPopupButton Left = 294 Top = 139 Width = 123 Height = 25 DrawDefaultFrame = False Caption = 'Request now...' TabOrder = 4 OnClick = btRequestClick end object ElFormPersist1: TElFormPersist Storage = TrayForm.ElIniFile1 PersistOptions = [epoState, epoPosition] TopMost = False Left = 120 Top = 96 PropsToStore = {00000000} end object JvgSmallFontsDefense1: TJvgSmallFontsDefense Left = 152 Top = 96 end end